Xceed DataGrid for Silverlight Documentation
ContainsKey Method


The key to locate.
Determines whether the dictionary contains the specified key.
Syntax
'Declaration
 
Public Function ContainsKey( _
   ByVal key As TKey _
) As Boolean
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As Boolean
 
value = instance.ContainsKey(key)
public bool ContainsKey( 
   TKey key
)

Parameters

key
The key to locate.

Return Value

true if the dictionary contains an element with the specified key; false otherwise..
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members

Send Feedback